home *** CD-ROM | disk | FTP | other *** search
- on idle
- global xold, idle_time_limit
- if xold <> the mouseH then
- set xold to the mouseH
- startTimer()
- end if
- if (idle_time_limit <> 0) and (idle_time_limit < the timer) and (the frame > label("ulStart")) then
- unLoad("ulStart", "ulEnd")
- WaitAndGo("mainmenu")
- startTimer()
- end if
- if the frame < label("ulStart") then
- startTimer()
- end if
- end
-